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

libretro.play: 0-unstable-2026-04-13 -> 0-unstable-2026-04-23 (#513524)

parents 0f3cd1dc b4d2680e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
mkLibretroCore {
  core = "play";
  version = "0-unstable-2026-04-13";
  version = "0-unstable-2026-04-23";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "3fc06a0e010a85aa296eabab266697f8012a8d74";
    hash = "sha256-OKvsJqgn561ncoGnPweuMsrdcrY/r7rSlv+Ow05wxBY=";
    rev = "158ec0cbdadc8778093016c9acbec9af45a9aab4";
    hash = "sha256-UXvFsFwymGqk7GfI4qMyxEy71PqHLitV9E+C2iavud4=";
    fetchSubmodules = true;
  };