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

libretro.stella: 0-unstable-2026-03-25 -> 0-unstable-2026-04-04 (#506619)

parents 5c190066 a88f576b
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-03-25";
  version = "0-unstable-2026-04-04";

  src = fetchFromGitHub {
    owner = "stella-emu";
    repo = "stella";
    rev = "65631824500f8764ee3da726f5f24cb06d243b60";
    hash = "sha256-Qrr19OF6YGfvOAIBS0Irhfl4VYVFfA20ZNGIJoKboNE=";
    rev = "1a09c51e639d44bd821a598a095c5d3f6776590e";
    hash = "sha256-qEEE7QMTDwVFMB/6dmTq8VsOQ9qwYky8SBGD0KppqTs=";
  };

  makefile = "Makefile";