diff --git a/_servicedata b/_servicedata
index a7a62f9..0abb298 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/hrydgard/ppsspp.git
- 8940a9d9f178af7984ad6eea691dd47118c38717
\ No newline at end of file
+ 0621dbb487b4bd15ddbfa06eecc4c4aeee07884f
\ No newline at end of file
diff --git a/ppsspp-1.8.0~git20190702.tar.xz b/ppsspp-1.8.0~git20190702.tar.xz
deleted file mode 100644
index 14b0c59..0000000
--- a/ppsspp-1.8.0~git20190702.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e02586189777f71c135364e62642373ba09d0926c604b0cc58154ba5948d1428
-size 194765372
diff --git a/ppsspp-1.8.0~git20190703.tar.xz b/ppsspp-1.8.0~git20190703.tar.xz
new file mode 100644
index 0000000..a4692ee
--- /dev/null
+++ b/ppsspp-1.8.0~git20190703.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1bddc0f53d45e2f050762980cbbd795e04c5a003892a578aef51fc04ac6aa674
+size 194745820
diff --git a/ppsspp.changes b/ppsspp.changes
index 1bb08fe..9b813f4 100644
--- a/ppsspp.changes
+++ b/ppsspp.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Wed Jul 03 19:31:23 UTC 2019 - pousaduarte@gmail.com
+
+- Update to version 1.8.0~git20190703:
+ * Simplify synchronization model in InputDevice.cpp - replaced volatile flags/mutex/condition variable with joining on thread and one atomic flag
+ * Remove KeyboardDevice which was essentially useless
+ * Support falling back to xinput9_1_0.dll if neither xinput1_4.dll or xinput1_3.dll are present. This can happen on a Windows XP, Vista or 7 PC without DirectX End-User Runtimes installed.
+ * Windows: Properly check for hidden files when enumerating files
+ * Windows: Fix an exit crash by not destroying the window in CGEDebugger destructor - this window (and displayList) have already been destroyed and freed at that point
+
-------------------------------------------------------------------
Wed Jul 03 12:26:26 UTC 2019 - pousaduarte@gmail.com
diff --git a/ppsspp.spec b/ppsspp.spec
index adc15df..8c8704b 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -17,7 +17,7 @@
Name: ppsspp
-Version: 1.8.0~git20190702
+Version: 1.8.0~git20190703
Release: 0
Summary: PlayStation Portable Emulator
License: GPL-2.0+