From 5a0afd198016a2fe5e978078b30cdfb15f8510a8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Jun 2025 05:56:37 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-06-09 -> 0-unstable-2025-06-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 ebc67bfa4f89..e857f79702a2 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-09"; + version = "0-unstable-2025-06-19"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "435b26588857dc60d982c2981e04cd28f7a2c38e"; - hash = "sha256-i6xxj8EKFyDiu041oKXwB/Wg9tg7+9yLaRnU5gfSO2s="; + rev = "b0df912935040b572aaa08d6a8d99f8b45e3da80"; + hash = "sha256-qsCUZgaGy79wd1MRz5gVQmHyyVM1wDRlwZj8Qh3j7yU="; fetchSubmodules = true; };