From 2b977ddde87fa853244bf88a500e71f7b71f2603 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 2 Mar 2026 17:55:10 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-02-20 -> 0-unstable-2026-03-02 --- 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 4395527ce578..c66fc1eef68d 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-2026-02-20"; + version = "0-unstable-2026-03-02"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "d81785496fe31801abda4e1d265bdec178d2f76e"; - hash = "sha256-QHt0Pe4OXfqqscb/WvG8DXSH44w9/WRij9jKhIVWMwk="; + rev = "6df47225dd38ff33f1b518d79127a8b4ea3ea851"; + hash = "sha256-yW2/eMAT72wiPyAIzCs/FKFNpUp11VOkjm6slmjvZ38="; fetchSubmodules = true; };