From e3574f5a69844423334399550e395fb63a97a736 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 17 Jul 2025 09:19:56 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-07-06 -> 0-unstable-2025-07-16 --- pkgs/applications/emulators/libretro/cores/ppsspp.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index e69b304021bf..c631eb7c86ff 100644 --- a/pkgs/applications/emulators/libretro/cores/ppsspp.nix +++ b/pkgs/applications/emulators/libretro/cores/ppsspp.nix @@ -13,13 +13,13 @@ }: mkLibretroCore { core = "ppsspp"; - version = "0-unstable-2025-07-06"; + version = "0-unstable-2025-07-16"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "32e05485c5cf48bbe393ca5ce2b356db4a73ddbf"; - hash = "sha256-sU2bmCYpXl5VPpu2qZtXGgJJ523fPQsoQSWYhTwAkOs="; + rev = "e68cec63d0d5d89442ddfab5b425c73e2bb5eb35"; + hash = "sha256-xNh+McD/oGBKTcnhQgM3zCZhX4Q7IOf9CcdIJJvqM4g="; fetchSubmodules = true; };