From 8e64c7c13aa0acb3b17dae700e0015746463bb5f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 24 Dec 2025 17:46:24 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-12-16 -> 0-unstable-2025-12-22 --- 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 b2f9a6c8783d..2676741e3e54 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-12-16"; + version = "0-unstable-2025-12-22"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "dd112491db181114723fed270a1c45ffc1355539"; - hash = "sha256-NMUpmJySZPcyo/niIohxbXG5MfkyKCdeEF9O8ZPKe8g="; + rev = "036013ef87d2ac6b9fea36dbb513617c72e11254"; + hash = "sha256-T2fUq6Iah/vQ/NaGPE/wa2sJL888VKRpdiNq7hbFsWI="; fetchSubmodules = true; };