diff --git a/_service b/_service
index af28c90..3f90512 100644
--- a/_service
+++ b/_service
@@ -5,8 +5,7 @@
retroarch
@PARENT_TAG@
v(.*)
- v1.9.1
- enable
+ v1.9.6
media/icons
ps2
uwp
diff --git a/_servicedata b/_servicedata
index 02a64a2..448176f 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/libretro/RetroArch.git
- cf6ca2a47f44126f4caf9242cfa7917b94abbc52
\ No newline at end of file
+ 4a6dc36b1cc026bf337537e2d7527a117727bb91
\ No newline at end of file
diff --git a/retroarch-1.9.1.tar.gz b/retroarch-1.9.1.tar.gz
deleted file mode 100644
index ca213f0..0000000
--- a/retroarch-1.9.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8ef85f3eef8872da51804ed7effe8cd1404c20ce4ce69bda2b9a6c25d35cbc92
-size 38955777
diff --git a/retroarch-1.9.6.tar.gz b/retroarch-1.9.6.tar.gz
new file mode 100644
index 0000000..3b5157a
--- /dev/null
+++ b/retroarch-1.9.6.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fac330f25de9f507a2bf369ef67eba2661bc36b27f14f2ed7d1370ae4910d5c3
+size 39183453
diff --git a/retroarch.changes b/retroarch.changes
index f67d53b..5d2eced 100644
--- a/retroarch.changes
+++ b/retroarch.changes
@@ -1,3 +1,33 @@
+-------------------------------------------------------------------
+Sun Jul 04 15:05:26 UTC 2021 - i@guoyunhe.me
+
+- Remove unused --disable-git_version build option
+- Update to version 1.9.6:
+ * ARCHIVE: Fix archive delimiter detection when file path contains no slashes
+ * AUDIO/XAUDIO2: Fail instead of crashing when disconnecting an audio device
+ * CHEEVOS: Reset cached progress each time menu is opened
+ * CRT/SWITCHRES: Add support for switchres.ini core and directory overrides
+ * GFX: Fix uninitialized variables in gfx_display_draw_cursor
+ * HISTORY: Hide 'Add to Favorites' when viewing an entry of the favorites playlist
+ * INPUT: 'Analog to Digital Type' usability improvements
+ * INPUT: Add support for mapping multiple controllers to a single input device
+ * INPUT/REMAPPING: Add support for mapping multiple controllers to a single input device
+ * INPUT/LIGHTGUN: Bind lightgun trigger to first mouse button by default
+ * INPUT/WINDOWS/RAWINPUT: Mouse access violation fix
+ * INPUT/UDEV: Only add mouse if it has buttons and add vebose device friendly names
+ * INPUT/UDEV: Skip mouse with no button errors and keep the rest
+ * INPUT/UDEV: Fix Game Focus mode
+ * INPUT/UDEV/X11: Change udev driver for dual lightgun support in X11
+ * LOCALIZATION: Fetch translations from Crowdin
+ * LOCALIZATION: Fix Switchres menu texts
+ * MENU/OZONE: Ensure sidebar display status is updated correctly when performing rapid menu navigation
+ * MENU/XMB: Dynamic wallpaper fix
+ * MENU/XMB: Icon opacity fix
+ * MENU/QT/WIMP: Fix default core detection when playlist file name does not match 'db_name'
+ * PLAYLISTS: Optimise scanning of large rom sets
+ * SECURITY: Plug so-called high-risk vulnerability related to Powershell - avoid injection - don't send speech input as commandline argument
+ * X11: Fix threaded video segfault
+
-------------------------------------------------------------------
Fri Apr 30 10:16:56 UTC 2021 - alexandre.vicenzi@suse.com
@@ -572,7 +602,7 @@ Tue May 21 11:07:53 UTC 2019 - John Paul Adrian Glaubitz
-- Cleanup with spec-cleaner
+- Cleanup with spec-cleaner
-------------------------------------------------------------------
Sun Oct 28 17:59:34 UTC 2018 - sean@suspend.net
diff --git a/retroarch.spec b/retroarch.spec
index 8aac95b..a4003f1 100644
--- a/retroarch.spec
+++ b/retroarch.spec
@@ -17,7 +17,7 @@
Name: retroarch
-Version: 1.9.1
+Version: 1.9.6
Release: 0
Summary: Emulator frontend
License: GPL-3.0-only
@@ -76,10 +76,10 @@ BuildRequires: pkgconfig(libswscale)
# Shared data
Recommends: retroarch-joypad-autoconfig
-Recommends: retroarch-assets
Recommends: libretro-core-info
Recommends: libretro-database
Recommends: libretro-glsl-shaders
+Recommends: retroarch-assets
# Emulation cores
@@ -223,8 +223,7 @@ export CXXFLAGS="$CFLAGS"
--enable-vulkan \
%endif
--enable-7zip \
- --enable-mmap \
- --disable-git_version
+ --enable-mmap
make %{?_smp_mflags}
%install