Unverified Commit f4e1c215 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.ppsspp: 0-unstable-2026-03-18 -> 0-unstable-2026-03-27 (#504188)

parents 93729ea6 d3440a28
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
  core = "ppsspp";
  version = "0-unstable-2026-03-18";
  version = "0-unstable-2026-03-27";

  src = fetchFromGitHub {
    owner = "hrydgard";
    repo = "ppsspp";
    rev = "5f6b4daf61ed8f005f759236ea363fa8ee7a1d08";
    hash = "sha256-DNsNmtse35Bv3QxhJlYAFe3D0VRhSn2svwfiF+bgxxA=";
    rev = "3e69145712550dfa44f3f1a92a5efe64774db1f9";
    hash = "sha256-iRtL6VdQcDOAJ2b/YBjlLX+A24BwnBkNiNo7aYAzVdU=";
    fetchSubmodules = true;
  };