diff --git a/_servicedata b/_servicedata
index 089392d..cf08780 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/hrydgard/ppsspp.git
- ce91798b27dc90425b7c6f715030fdac9780c235
\ No newline at end of file
+ 14bf5de83c17d0719ca75764066f4ada79c8639a
\ No newline at end of file
diff --git a/ppsspp-1.12~git20211007.tar.xz b/ppsspp-1.12~git20211007.tar.xz
deleted file mode 100644
index 174eb6e..0000000
--- a/ppsspp-1.12~git20211007.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4b02c5fa6c42df897ef73d4a35036027c1e594af7a9185f170899e6e4319d347
-size 229179188
diff --git a/ppsspp-1.12~git20211008.tar.xz b/ppsspp-1.12~git20211008.tar.xz
new file mode 100644
index 0000000..8414564
--- /dev/null
+++ b/ppsspp-1.12~git20211008.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f978f39ac452c21445d0403d7b29642884526df1b749cab7bc0a88e52fc381e4
+size 229147052
diff --git a/ppsspp.changes b/ppsspp.changes
index ddce634..dfb4df8 100644
--- a/ppsspp.changes
+++ b/ppsspp.changes
@@ -1,3 +1,28 @@
+-------------------------------------------------------------------
+Fri Oct 08 21:46:57 UTC 2021 - pousaduarte@gmail.com
+
+- Update to version 1.12~git20211008:
+ * Consistent sampler modes in UI to make Mali happy
+ * Fix an assortment of minor VK barrier bugs in mostly texture upload
+ * Mip generation: Transition the correct mipmap after blit.
+ * More checks in ParamSFO reader. Only problem left is that the strings are null terminated and can walk off the buffer.
+ * Replaced textures: Don't leak handles on failure, check allocation success
+ * UI: Disable focus movement on game start.
+ * compat.ini: Add Street Riders to [DisableRangeCulling].
+ * compat.ini: Add NOVA to [DisableRangeCulling].
+ * Debugger: Keep pop up menus to ContextMenu only.
+ * Debugger: Centralize context menu handling.
+ * UI: Delay between successive mapping in controls.
+ * Draw: Atomically release objects.
+ * Set texture clamp mode for UI drawing. Fixes #14977, hopefully without breaking anything else..
+ * Add link to Chinese multiplayer wiki page.
+ * Paper over a race condition slightly better. Really need to redo sync here.
+ * Add sanity check to DirectoryFileHandle::Read
+ * Avoid throwing exceptions on bad post shader float parameters
+ * Sanity check string lengths in save state code
+ * Add some basic sanity checks to ParamSFO reader (could add more)
+ * Android: Catch some exceptions
+
-------------------------------------------------------------------
Thu Oct 07 20:46:30 UTC 2021 - pousaduarte@gmail.com
diff --git a/ppsspp.spec b/ppsspp.spec
index 303c46e..cdfde32 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -18,7 +18,7 @@
%define _lto_cflags %{nil}
Name: ppsspp
-Version: 1.12~git20211007
+Version: 1.12~git20211008
Release: 0
Summary: PlayStation Portable Emulator
License: GPL-2.0-or-later