From e59778897eebb2cc1404340eba241b006a578622 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 8 Jul 2025 05:02:42 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-06-28 -> 0-unstable-2025-07-06 --- 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 53fbe3ca335c..e69b304021bf 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-06-28"; + version = "0-unstable-2025-07-06"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "1f2b4de6c148cfd4514f415dbf40cd684840be70"; - hash = "sha256-QWy3PKnPj5ol52KOV/SMpNuiERnmmBHs+087qKCvM3M="; + rev = "32e05485c5cf48bbe393ca5ce2b356db4a73ddbf"; + hash = "sha256-sU2bmCYpXl5VPpu2qZtXGgJJ523fPQsoQSWYhTwAkOs="; fetchSubmodules = true; };