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

libretro.play: 0-unstable-2026-04-07 -> 0-unstable-2026-04-13 (#510844)

parents 74a98fc3 721d31c4
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-07";
  version = "0-unstable-2026-04-13";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "d862ad9cae6c76cbe494db54fa985f21bfcef2a8";
    hash = "sha256-//P/ApU/36TamIMepjoBWsUHs2tR5K47V9Gf5HG3goE=";
    rev = "3fc06a0e010a85aa296eabab266697f8012a8d74";
    hash = "sha256-OKvsJqgn561ncoGnPweuMsrdcrY/r7rSlv+Ow05wxBY=";
    fetchSubmodules = true;
  };