diff --git a/_service b/_service
index c3fd176..acd7880 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
@PARENT_TAG@
v(.*)
https://github.com/wine-staging/wine-staging.git
- refs/tags/v4.2
+ refs/tags/v4.3
v*.*
git
@@ -11,7 +11,7 @@
@PARENT_TAG@
wined3d9(.*)
https://github.com/sarnex/wine-d3d9-patches.git
- refs/tags/wine-d3d9-4.2
+ refs/tags/wine-d3d9-4.1
git
diff --git a/wine-staging-4.2.tar.xz b/wine-staging-4.2.tar.xz
deleted file mode 100644
index deb1162..0000000
--- a/wine-staging-4.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fb7be99746ecbb000eb802deaf397be0a27d4063f7812261fcfffb529f38ff71
-size 7409104
diff --git a/wine-staging-4.3.tar.xz b/wine-staging-4.3.tar.xz
new file mode 100644
index 0000000..29fbd50
--- /dev/null
+++ b/wine-staging-4.3.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:06fab8658fe623fe4994a684f9237baa9a240a8d40d6129176e6b9091c87a08d
+size 7430836
diff --git a/wine.spec b/wine.spec
index 6c1c754..46ab25f 100644
--- a/wine.spec
+++ b/wine.spec
@@ -142,7 +142,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64
%if %{staging}
# upstream patch target version
-%define staging_version 4.2
+%define staging_version 4.3
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel
@@ -150,7 +150,7 @@ BuildRequires: libva-devel
%endif
%if %{nine}
# upstream patch target version
-%define nine_version 4.1
+%define nine_version 4.2
BuildRequires: Mesa-libd3d-devel
Requires: Mesa-libd3d
BuildRequires: libOSMesa-devel