From 3546cbd95131cd4f16fdac89f0916fdc8df56537 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 8 Nov 2025 14:54:11 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-10-31 -> 0-unstable-2025-11-08 --- 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 8b55fc42292b..e6799c37037d 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-10-31"; + version = "0-unstable-2025-11-08"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "884ec9d16e39272d6f04ce6e7e202290ec31f45d"; - hash = "sha256-vC2GPK5hHjOUtoxG2rw2ESiAbTOsQRx8tDABxNjRkFw="; + rev = "5646e471699de213b0fd30eecc50628322b0a8e2"; + hash = "sha256-TZqqABGy2smTsIScDKb4hMAyghyN8jW6RMba1o6/nNU="; fetchSubmodules = true; };