From 577bf6a5b93722081f50581bf2c6771db93a3741 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 25 Apr 2025 10:25:53 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-04-15 -> 0-unstable-2025-04-24 --- 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 dcaf99312532..3aef0140b9f6 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-04-15"; + version = "0-unstable-2025-04-24"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "599edb24f01bbb7ce0e685e3c5585a02781549c7"; - hash = "sha256-cPalfNXV6U2jLCTqXedQzn9pyWiscaZrrQM32D70uYE="; + rev = "a39eb4dc4ba05f5c7d292f7547a1502986b07e9f"; + hash = "sha256-MlNQMQY+0XDftaEOiiE+uZePYLsCzG4auRfqpw8Qzw4="; fetchSubmodules = true; };