diff --git a/_servicedata b/_servicedata
index 344ef9f..b2bb928 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,8 +1,8 @@
git://github.com/RPCS3/rpcs3
- 10dece1c804a2c86144f25951e360e47efa038e1
+ 3e516df214f5c36d4b613aa0580182155247d2ad
https://github.com/RPCS3/rpcs3.git
- 10dece1c804a2c86144f25951e360e47efa038e1
\ No newline at end of file
+ 3e516df214f5c36d4b613aa0580182155247d2ad
\ No newline at end of file
diff --git a/fix-toolbar-color.patch b/fix-toolbar-color.patch
index 73ef03d..b9c281d 100644
--- a/fix-toolbar-color.patch
+++ b/fix-toolbar-color.patch
@@ -1,69 +1,16 @@
-From 40133bb5a3a4240b9ea6f617fdf353e4f4507ffb Mon Sep 17 00:00:00 2001
-From: Guo Yunhe
-Date: Tue, 11 Apr 2023 23:00:47 +0800
-Subject: [PATCH 1/3] fix toolbar text color in dark theme
+From: Hunter Wardlaw
+Date: Wed, 02 Oct 2024 17:13:37 -0400
+Subject: [PATCH] Fix toolbar text color in dark theme
---
- rpcs3/rpcs3qt/stylesheets.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ rpcs3/rpcs3qt/stylesheets.h | 8 ++++++++--------
+ 1 file changed, 8 insertion(+), 8 deletion(-)
diff --git a/rpcs3/rpcs3qt/stylesheets.h b/rpcs3/rpcs3qt/stylesheets.h
-index 9121d03609c..89488a36e99 100644
+index 52367de..17a4597 100644
--- a/rpcs3/rpcs3qt/stylesheets.h
+++ b/rpcs3/rpcs3qt/stylesheets.h
-@@ -17,7 +17,7 @@ namespace gui
- "QSlider#sizeSlider::groove:horizontal { border-radius: .15em; background: #5b5b5b; height: .3em; }"
-
- // main window toolbar
-- "QToolBar#mw_toolbar { background-color: #F0F0F0; border: none; }"
-+ "QToolBar#mw_toolbar { color: #505050; background-color: #F0F0F0; border: none; }"
- "QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
-
- // main window toolbar icon color
-
-From 564e4cfce0b32effcf104c07a243a6ef68177631 Mon Sep 17 00:00:00 2001
-From: Guo Yunhe
-Date: Tue, 11 Apr 2023 23:34:15 +0800
-Subject: [PATCH 2/3] Update stylesheets.h
-
----
- rpcs3/rpcs3qt/stylesheets.h | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/rpcs3/rpcs3qt/stylesheets.h b/rpcs3/rpcs3qt/stylesheets.h
-index 89488a36e99..17a686acefa 100644
---- a/rpcs3/rpcs3qt/stylesheets.h
-+++ b/rpcs3/rpcs3qt/stylesheets.h
-@@ -17,11 +17,11 @@ namespace gui
- "QSlider#sizeSlider::groove:horizontal { border-radius: .15em; background: #5b5b5b; height: .3em; }"
-
- // main window toolbar
-- "QToolBar#mw_toolbar { color: #505050; background-color: #F0F0F0; border: none; }"
-- "QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
-+ //"QToolBar#mw_toolbar { color: #505050; background-color: #F0F0F0; border: none; }"
-+ //"QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
-
- // main window toolbar icon color
-- "QLabel#toolbar_icon_color { color: #5b5b5b; }"
-+ //"QLabel#toolbar_icon_color { color: #5b5b5b; }"
-
- // thumbnail icon color
- "QLabel#thumbnail_icon_color { color: rgba(0, 100, 231, 255); }"
-
-From 5db33b57999d935b6d7d1ebd428237e89dfe12cb Mon Sep 17 00:00:00 2001
-From: Guo Yunhe
-Date: Tue, 11 Apr 2023 23:43:03 +0800
-Subject: [PATCH 3/3] Update stylesheets.h
-
----
- rpcs3/rpcs3qt/stylesheets.h | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/rpcs3/rpcs3qt/stylesheets.h b/rpcs3/rpcs3qt/stylesheets.h
-index 17a686acefa..787981920e4 100644
---- a/rpcs3/rpcs3qt/stylesheets.h
-+++ b/rpcs3/rpcs3qt/stylesheets.h
-@@ -9,15 +9,15 @@ namespace gui
+@@ -9,20 +9,20 @@ namespace gui
const QString default_style_sheet
(
// main window toolbar search
@@ -79,8 +26,16 @@ index 17a686acefa..787981920e4 100644
+ //"QSlider#sizeSlider::groove:horizontal { border-radius: .15em; background: #5b5b5b; height: .3em; }"
// main window toolbar
-- //"QToolBar#mw_toolbar { color: #505050; background-color: #F0F0F0; border: none; }"
-+ //"QToolBar#mw_toolbar { background-color: #F0F0F0; border: none; }"
- //"QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
+- "QToolBar#mw_toolbar { background-color: #F0F0F0; border: none; }"
+- "QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
+- "QToolButton:disabled { color: #787878; }"
++ //"QToolBar#mw_toolbar { color: #505050; background-color: #F0F0F0; border: none; }"
++ //"QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
++ //"QToolButton:disabled { color: #787878; }"
// main window toolbar icon color
+- "QLabel#toolbar_icon_color { color: #5b5b5b; }"
++ //"QLabel#toolbar_icon_color { color: #5b5b5b; }"
+
+ // thumbnail icon color
+ "QLabel#thumbnail_icon_color { color: rgba(0, 100, 231, 255); }"
diff --git a/rpcs3-0.0.33~git20240927.tar.xz b/rpcs3-0.0.33~git20240927.tar.xz
deleted file mode 100644
index 686583a..0000000
--- a/rpcs3-0.0.33~git20240927.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:36e64d4e4dc2b517a9929f9f9b63f9967c6f33f4ca0d5cc2e9fa445750b67c27
-size 171162324
diff --git a/rpcs3-0.0.33~git20241017.tar.xz b/rpcs3-0.0.33~git20241017.tar.xz
new file mode 100644
index 0000000..831cc55
--- /dev/null
+++ b/rpcs3-0.0.33~git20241017.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3ba3540921c65c69726e9f94aa7acd2907cc5442014150d9997a8f54877ae201
+size 168960536
diff --git a/rpcs3.changes b/rpcs3.changes
index 64981f2..fada7b4 100644
--- a/rpcs3.changes
+++ b/rpcs3.changes
@@ -1,3 +1,96 @@
+-------------------------------------------------------------------
+Mon Oct 21 16:07:33 UTC 2024 - Hunter Wardlaw
+
+- Update to version 0.0.33~git20241017:
+ * SPU: Reimplement SPURS limiter
+ * Use system SDL by default since we don't properly support building with just builtin SDL
+ * Switch to focal for aarch64, update Qt
+ * Fix checkrt bundling and remove legacy deploy script
+ * Fixed compilation with cmake on Windows (#16184)
+ * 3rd Party: Bump MoltenVK to 1.2.11 (Vulkan SDK 1.3.296) (#16190)
+ * Qt: Make sure that table columns and their actions have the same state after restoring the layout
+ * Update build-mac.sh
+ * sys_spu: Fix order of some checks
+ * Fix sys_spu_thread_group_disconnect_event
+ * Improve sys_spu_thread_initialize
+ * Fix sys_vm_memory_map
+ * input: use std::array for sticks, sensors and motors
+ * input: fix segfault caused by lockless std::move of stick vector
+ * macOS arm64 CI: Fix packages requiring curl, and fix Ventura (#16193)
+ * Improve log file creation error message
+ * Fix some narrowing warnings
+ * Initialize some spu_thread members
+ * sys_vm: Argument checking fixes
+ * sys_memory: Fix argument size type
+ * sys_spu: Fix SPU queue index type
+ * sys_spu: Minor fixes
+ * SPU: More SPURS limiter fixes
+ * SPU: SPURS pause based average task order duration
+ * SPU: Remove illegal SPURS setting value
+ * SPU: Fix "Max SPURS Threads" performance
+
+-------------------------------------------------------------------
+Mon Oct 07 17:12:04 UTC 2024 - Hunter Wardlaw
+
+- Update to version 0.0.33~git20241007:
+ * SPURS limiter tweaks
+ * Improve AMD cpu detection
+ * overlays: add friends list to home menu
+ * RPCN: add overlay messages on friend requests
+ * Update FAudio to 24.10
+ * Update SDL to 2.30.8
+ * VS: Fix zstd debug lib
+ * SPU LLVM: Compute frest exponent at runtime rather than using the lookup table
+ * SPU LLVM: Add optimized path for spu_re_acc special cases
+ * Fixes audio buffering on non-windows platforms
+ * VS: Add new build scripts to filters
+ * Remove unused SPIRV submodules
+ * VS: fix debug builds
+ * VS: Add buildfiles to filter
+ * rsx: Verify that channel remap is initialized before applying swizzles
+ * rsx: Clarify OGL and VK difference when handling border texels
+ * rsx: Make use of remapped border colors
+ * rsx: Implement texture border color decode to remapped rgba
+ * rsx: Use a proper struct to wrap around channel remap operations
+ * rsx/vs: Restructure filters into functional units
+ * vk: Add support for explicit border colors
+
+-------------------------------------------------------------------
+Mon Oct 02 13:31:40 UTC 2024 - Hunter Wardlaw
+
+- Update to version 0.0.33~git20241002:
+ * Bump linux x64 docker to 1.7.1, Qt 6.7.3
+ * Do not link intel JIT events when compiling LLVM for ARM64
+ * Move x64 appimage builder to its own legacy script
+ * Qt/Overlays: Add home menu shortcut to game window
+ * linux/aarch64: Fix CI release upload
+ * Typo fix
+ * linux: Fix steam deck issues
+ * Include compositor module in appimage for shell integrations
+ * Enable artifact upload
+ * Update building instructions for linux arm64
+ * Fix shellcheck
+ * Add different suffix per architecture
+ * Deploy aarch64 linux appimages
+ * Fix deploy script
+ * Fix aarch64 build script
+ * aarch64: linux CI
+ * Do not attempt to link in intel JIT events
+ * overlays: Ignore 14 in anisotropic settings
+ * Fix 120 fps frame limit
+ * Use native theme on macOS, hide Dark Mode toggle
+ * Fix scenp_score_record_score param check
+ * Fix crash on VFS Tool (#16146)
+ * Update azure-pipelines.yml
+ * Qt: Try to fix classic stylesheet after Qt 6.7.3 update
+ * SPURS Task limit hotfix (#16140)
+ * Add some extra param handling for cellNetCtlGetInfo
+ * Fix for clang 19
+ * Qt/shortcuts: add handler id to log messages
+ * Qt: Try to improve default stylesheet after Qt 6.7.3 update
+ * Qt: Enable game window shortcuts
+ * Qt 6.7.3
+
-------------------------------------------------------------------
Mon Sep 27 13:33:35 UTC 2024 - Hunter Wardlaw
diff --git a/rpcs3.spec b/rpcs3.spec
index 64a1f70..1b29295 100644
--- a/rpcs3.spec
+++ b/rpcs3.spec
@@ -17,7 +17,7 @@
Name: rpcs3
-Version: 0.0.33~git20240927
+Version: 0.0.33~git20241017
Release: 0
Summary: PS3 emulator/debugger
License: GPL-2.0-only