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

libretro.ppsspp: 0-unstable-2025-04-24 -> 0-unstable-2025-05-08 (#405454)

parents 55ecab68 4ddfe7ec
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
  core = "ppsspp";
  version = "0-unstable-2025-04-24";
  version = "0-unstable-2025-05-08";

  src = fetchFromGitHub {
    owner = "hrydgard";
    repo = "ppsspp";
    rev = "a39eb4dc4ba05f5c7d292f7547a1502986b07e9f";
    hash = "sha256-MlNQMQY+0XDftaEOiiE+uZePYLsCzG4auRfqpw8Qzw4=";
    rev = "732d05c2c136856a3f173574233a2431a015a6f5";
    hash = "sha256-5PVN8qG0ONsro6jH/8rAIma+4DlKAUoS/6aUPqBqbe4=";
    fetchSubmodules = true;
  };