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

libretro.stella: 0-unstable-2026-04-19 -> 0-unstable-2026-04-28 (#514619)

parents 5d3989f2 5383d773
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "stella";
  version = "0-unstable-2026-04-19";
  version = "0-unstable-2026-04-28";

  src = fetchFromGitHub {
    owner = "stella-emu";
    repo = "stella";
    rev = "8b7bc991d2500cbf2e861c25f96ff81e0d13f273";
    hash = "sha256-jeu/7hHuPfSoJg2/6UxUqHWOGMSe0vX6cgWLmVYHABQ=";
    rev = "0c1b944387b5ac2b1bf753c2c4221db4fdc10f79";
    hash = "sha256-mohkp6oOP8MtRs/WHw4Rxs3FrB6h4X6/ENrRdjiiXlQ=";
  };

  makefile = "Makefile";