libretro.ppsspp: 0-unstable-2025-11-27 -> 0-unstable-2025-12-04

This commit is contained in:
R. Ryantm
2025-12-04 21:28:22 +00:00
parent cce859762f
commit dd6900a979
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
core = "ppsspp";
version = "0-unstable-2025-11-27";
version = "0-unstable-2025-12-04";
src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
rev = "e5bafa4264e88cf2699e44740e2580ced0454a90";
hash = "sha256-+Rmj75yBodwqENJppTWpsef9R0ajCoz9KaxVuYktUII=";
rev = "cf306e9cec919011339fb123d009cb470f628df4";
hash = "sha256-5UNd59QG10yD7wuiXWC5JwqWvggx07M6n320dhJ3rU0=";
fetchSubmodules = true;
};