You could do it like this:
update table_name set column = STUFF(column,3, 0, '12-') where column LIKE 'A-[0-9][0-9][0-9][0-9][0-9]';