From f8ba5f3ff77af7a06dc9a8e01bb9c12156f9d8e6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 23 Oct 2025 00:21:25 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-10-17 -> 0-unstable-2025-10-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 2ac064a36510..7acd6a288f8a 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-17"; + version = "0-unstable-2025-10-22"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "4ccf013d3b52314b935d8fc49b70f08d546aa48b"; - hash = "sha256-e1iqnhJQKYXddp3VwpAPg6eHBnDHOFvo1b4evp8f8X4="; + rev = "28790c19af7ddfa822c4152a3cae4a7fb6c06bc7"; + hash = "sha256-m1qmgr92Ni8wAYer6kIdcu+BUiBSROFcSC/M3v/JOmA="; fetchSubmodules = true; };