From 5d4679a243c09d5c46cebf4754ca7c561edb72bc Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 22 Nov 2025 01:52:35 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-11-08 -> 0-unstable-2025-11-19 --- 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 e6799c37037d..f30f457c4d9c 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-11-08"; + version = "0-unstable-2025-11-19"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "5646e471699de213b0fd30eecc50628322b0a8e2"; - hash = "sha256-TZqqABGy2smTsIScDKb4hMAyghyN8jW6RMba1o6/nNU="; + rev = "c1581e6c3873331b93868bccd2f53f34a2316f89"; + hash = "sha256-9w2CtCQIaCBf2hwbQaMWjin0HT7ioc7vwBVMqbLJhqw="; fetchSubmodules = true; };